Dew Stats for .NET
|
Calculate parameters for normally distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be normaly distributed. |
out double mu |
Return normal distribution parameter estimator Mu. |
out double sigma |
Return normal distribution parameter estimator Sigma. |
ref double[] PCIMu |
Mu (1-Alpha)*100 percent confidence interval. |
ref double[] PCISigma |
Sigma (1-Alpha)*100 percent confidence interval. |
double Alpha |
Confidence interval percentage. |
RandomNormal, NormalStat
The following example generates 100 random standard normally distributed values and then uses NormalFit routine to extract used Mu and Sigma parameters
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|